home *** CD-ROM | disk | FTP | other *** search
- Date: Tue, 14 Aug 90 10:56:09 SET
- From: Dmitri <LINDEA%CERNVM@pucc.princeton.EDU>
- Subject: Posting
-
- Hi! Here is a file that might find a good place in ics.uci.edu.
- ------------------------------------------------------------------------------
- Ctalk is a class for use with THINK C 4.0x. It provides access
- to speech on
-
- Original version of MacinTalk access for THINK C is by Peter
- Kaplan. I'd li
-
- if(speechFlag=TRUE) {do talking}
-
- should be
-
- if(speeachFlag==TRUE) {do talking}
-
- Besides CTalk is a class. ( if you don't like that then just
- remove class de
-
- Methods are easy to learn and are documented in the file
- CTalk.c. Sample pro
-
- Note: CTalk is distributed as CreditWare. If you are using it then
- give me a li
-
- Enjoy
-
- Dmitri <dmitri@bolvan.ph.utexas.edu>
-